gtk: mark gtk_list_box_get_adjustment as nullable
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:05:06 +0000 (19:05 +0100)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:05:06 +0000 (19:05 +0100)
similar to its setter function

gtk/gtklistbox.c

index 95120f8cef21a07b69ca467fca7b239d439c32e0..3a75bc0f3e7e5922824adb51416bf48cda2fbcc8 100644 (file)
@@ -1078,7 +1078,7 @@ gtk_list_box_set_adjustment (GtkListBox    *box,
  * Gets the adjustment (if any) that the widget uses to
  * for vertical scrolling.
  *
- * Returns: (transfer none): the adjustment
+ * Returns: (transfer none) (nullable): the adjustment
  */
 GtkAdjustment *
 gtk_list_box_get_adjustment (GtkListBox *box)